Remove mention of 'Unicode' strings in documentation#136215
Conversation
|
This PR is stale because it has been open for 30 days with no activity. |
|
But this was written only for Python 3. Other programming languages can have 8-bit strings, and other Python libraries can serialize to bytes objects. So I think it will not harm to highlight that the |
According to the blame, it was for 2.7? But fair enough, I think we can leave it as is. |
|
Note that it says "Unicode strings", but refers to |
StanFromIreland
left a comment
There was a problem hiding this comment.
I agree with Serhiy, this is an intentional distinction.
|
A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated. Once you have made the requested changes, please leave a comment on this pull request containing the phrase |
This was written when Python 2 was still relevant, so I think we can remove the explicit 'Unicode' mention here.
📚 Documentation preview 📚: https://cpython-previews--136215.org.readthedocs.build/